From: Glenn Morris Date: Thu, 9 Jul 2009 02:52:26 +0000 (+0000) Subject: (texinfodir): New variable, with location of texinfo.tex. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~11584 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ee1bdc8f71c6508ff2ce8dc9e87698a8ad1f5288;p=emacs.git (texinfodir): New variable, with location of texinfo.tex. (ENVADD): Add texinfodir to TEXINPUTS. --- diff --git a/doc/emacs/Makefile.in b/doc/emacs/Makefile.in index 5682d095eef..edb845b3eac 100644 --- a/doc/emacs/Makefile.in +++ b/doc/emacs/Makefile.in @@ -31,6 +31,8 @@ VPATH=@srcdir@ ## Where the output files go. ## Note that the setfilename command in the .texi files assumes this. infodir=../../info +# Directory with the (customized) texinfo.tex file. +texinfodir = $(srcdir)/../misc # The makeinfo program is part of the Texinfo distribution. # Use --force so that it generates output even if there are errors. @@ -47,7 +49,7 @@ TEXI2DVI = texi2dvi .texi.dvi: $(TEXI2DVI) $< -ENVADD = TEXINPUTS="$(srcdir):$(TEXINPUTS)" MAKEINFO="$(MAKEINFO) -I$(srcdir)" +ENVADD = TEXINPUTS="$(srcdir):$(texinfodir):$(TEXINPUTS)" MAKEINFO="$(MAKEINFO) -I$(srcdir)" EMACS_XTRA=\